home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / kttrm100.zip / KTTERM.CFG < prev    next >
Text File  |  1992-09-08  |  6KB  |  152 lines

  1. # This is a sample config file for KTterm.  All valid fields should be
  2. # shown in this file, and documented as to their legal values, etc.
  3. #    *) Anything that follows a '#' is a comment.
  4. #    *) Blank lines are allowed, and will be ignored by the program.
  5. #    *) Commands may NOT be bunched up on a line...they must be on
  6. #       their own line.
  7. #    *) The colon (':') is optional.
  8. #    *) The field names are not case sensitive.
  9. # If any fields are left out, the default values will be used. Any or all
  10. # fields may be left out, but the program does want this file to exist (it
  11. # will create it with only the default communications parameters if it
  12. # doesn't find it).
  13.  
  14. # MARGINBELL:  73
  15.  
  16. INITFILE:  startup.kam
  17. EXITFILE:  finish.kam
  18. LOGFILE:  ktterm.log
  19. # LOGGER: q ktterm.log
  20. # ASKLOGGER: YES
  21.  
  22. # CAPBUFF is the size of the scrollback buffer.  take care when
  23. # increasing this number.  I suggest you start with the default
  24. # (100 lines) and gradually increase.  If there isn't room to
  25. # allocate this number of lines, you won't have a scrollback buffer.....
  26. # Here are some sizes for 100 line increments of the scrollback buffer:
  27. #       0 lines:  scrollback disabled
  28. #     100 lines:  18,400 bytes per active window
  29. #     200 lines:  28,400 bytes
  30. #     300 lines:  38,400 bytes   (gee...see a pattern?)
  31. #      ......      .......
  32. #     800 lines:  88,400 bytes
  33. CAPBUFF: 200
  34.  
  35. # PORTSPEED must be one of 1200, 2400, 4800, or 9600 for most TNCs
  36. # (KTterm, however, will allow up to 115200 bps)
  37. PORTSPEED:  9600
  38.  
  39. # COMMPORT must be one of 1, 2, 3, or 4, for COM1 through COM4, respectively.
  40. COMMPORT: 1
  41.  
  42. # MYCALL is the callsign that will be used for logging to a file.
  43. # This does not affect the value in the TNC in any way.
  44. # MYCALL: insert_your_callsign_here
  45.  
  46. # NORMALECHO determines whether local echo will be generated from the
  47. # program in normal (i.e., non-host) mode.  This must be either 1 for on
  48. # or 0 (zero) for off.
  49. NORMALECHO: 0
  50.  
  51. # MORSESPEED determines the speed at which Morse code messages (some of
  52. # which are error messages) will be sent.  default is 20 wpm
  53. MORSESPEED 25
  54.  
  55. # MORSETONE determines the frequency (Hz) of the Morse code messages
  56. # 600 Hz is the default
  57. MORSETONE 800
  58.  
  59. # COLOR commands take exactly 2 arguments.  they must be in the right
  60. # order.  :-)  the first argument is the parameter which we wish to
  61. # associate the color with, and the second is the color itself.
  62. #
  63. # A program is included which dumps all color combinations to the screen
  64. # and identifies the foreground and background colors in effect at that
  65. # time.  Use this to see how different color combinations look, and decide
  66. # what you like/don't like.
  67. #
  68. # MONOCHROME USERS:  the windowing library used with this program is
  69. # smart enough to know that you have a monochrome monitor, and does
  70. # not use the majority of these colors....your choices are limited
  71. # to setting things up to either do normal, reverse, or high-intensity
  72. # video.....but you still have to use the same color definitions (they
  73. # just have different results).
  74. #
  75. # Choices for colors are as follows:
  76. #    BLACK
  77. #    BLUE
  78. #    GREEN
  79. #    CYAN
  80. #    RED
  81. #    MAGENTA
  82. #    BROWN
  83. #    LIGHTGRAY
  84. #    DARKGRAY
  85. #    LIGHTBLUE
  86. #    LIGHTGREEN
  87. #    LIGHTCYAN
  88. #    LIGHTRED
  89. #    LIGHTMAGENTA
  90. #    YELLOW
  91. #    WHITE
  92. #
  93. # NOTE:  If the BACKGROUND color is set to anything between DARKGRAY
  94. #        and WHITE (inclusive), the foreground will be flashing.  This
  95. #        is true for both color and monochrome monitors.
  96. #
  97. # The parameters you can set colors to are as follows:
  98. #    STATFG      --- status line foreground
  99. #    STATBG      --- status line background
  100. #    LOCALFG     --- local window (text you type) foreground
  101. #    LOCALBG     --- local window background
  102. #    MAINFG      --- main window (CMD window in Host) foreground
  103. #    MAINBG      --- main window background
  104. #    ECHOFG      --- local echo foreground
  105. #    ECHOBG      --- local echo background
  106. #    POPUPFG     --- popup window foreground
  107. #    POPUPBG     --- popup window background
  108. #    HELPFG      --- help screen foreground
  109. #    HELPBG      --- help screen background
  110. #    SBFG        --- scrollback screen foreground
  111. #    SBBG        --- scrollback screen background
  112. #    MENUFG      --- menu foreground
  113. #    MENUBG      --- menu background
  114. #    MENUBDRFG   --- menu border foreground
  115. #    MENUBDRBG   --- menu border background
  116. #    MENUSELFG   --- menu selected item foreground
  117. #    MENUSELBG   --- menu selected item background
  118. #    MENUFIRSTFG --- foreground for highlighted single key in menu
  119. #    MENUFIRSTBG --- background for highlighted single key in menu
  120. #    ENTRYFG     --- text entry foreground
  121. #    ENTRYBG     --- text entry background
  122. #    ENTRYKEY    --- text entry key text (labels)
  123. #    ENTRYMSG    --- text entry message text (messages to user)
  124.  
  125. COLOR: STATFG BLUE
  126. COLOR: STATBG LIGHTGRAY
  127. COLOR: LOCALFG GREEN
  128. COLOR: LOCALBG BLACK
  129. COLOR: MAINFG LIGHTBLUE
  130. COLOR: MAINBG BLACK
  131. COLOR: ECHOFG YELLOW
  132. COLOR: ECHOBG BLACK
  133. COLOR: POPUPFG YELLOW
  134. COLOR: POPUPBG BLUE
  135. COLOR: HELPFG BLUE
  136. COLOR: HELPBG LIGHTGRAY
  137. COLOR: SBFG YELLOW
  138. COLOR: SBBG BLACK
  139. COLOR: MENUFG BLACK
  140. COLOR: MENUBG LIGHTGRAY
  141. COLOR: MENUBDRFG RED
  142. COLOR: MENUBDRBG LIGHTGRAY
  143. COLOR: MENUSELFG YELLOW
  144. COLOR: MENUSELBG CYAN
  145. COLOR: MENUFIRSTFG RED
  146. COLOR: MENUFIRSTBG LIGHTGRAY
  147. COLOR: ENTRYFG YELLOW
  148. COLOR: ENTRYBG LIGHTGRAY
  149. COLOR: ENTRYKEY BLUE
  150. COLOR: ENTRYMSG RED
  151.  
  152.